home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992…tember: A ROM With a View
/
devSep92
/
devSep92.dmg
/
Development Platforms
/
Apple II
/
Essentials
/
MPW IIGS Interfaces
/
PIIGSIncludes
/
Profile.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-07-01
|
342 b
|
17 lines
|
[
TEXT/MPS
]
{********************************************
; File: Profile.p
;
;
; Copyright Apple Computer, Inc. 1986-90
; All Rights Reserved
;
********************************************}
UNIT PROFILE;
INTERFACE
PROCEDURE DUMP_PROF ( outputFilename:string) ;
FUNCTION SET_PROFILING ( whetherTurnProfilingOn:Boolean) : Boolean ;
IMPLEMENTATION
END.